swarm: CI race detector test adjustments (#19017)
This commit is contained in:
committed by
Anton Evangelatov
parent
cde02e017e
commit
27e3f96819
@@ -151,7 +151,7 @@ func runFileRetrievalTest(nodeCount int) error {
|
||||
return err
|
||||
}
|
||||
|
||||
ctx, cancelSimRun := context.WithTimeout(context.Background(), 1*time.Minute)
|
||||
ctx, cancelSimRun := context.WithTimeout(context.Background(), 3*time.Minute)
|
||||
defer cancelSimRun()
|
||||
|
||||
result := sim.Run(ctx, func(ctx context.Context, sim *simulation.Simulation) error {
|
||||
|
Reference in New Issue
Block a user