mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
swarm/network/simulation: increase the sleep duration for TestRun
This commit is contained in:
parent
46d4721519
commit
f9aa81c35c
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func TestRun(t *testing.T) {
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
r := sim.Run(ctx, func(ctx context.Context, sim *Simulation) error {
|
r := sim.Run(ctx, func(ctx context.Context, sim *Simulation) error {
|
||||||
time.Sleep(100 * time.Millisecond)
|
time.Sleep(time.Second)
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue