Skip to content

Commit

Permalink
Increase test timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovietaced committed Aug 2, 2024
1 parent 878b86e commit 813d45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytestdlib/cache/auto_refresh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestCacheFour(t *testing.T) {
// wait for all workers to run
assert.Eventually(t, func() bool {
return syncer.callCount.Load() == int32(10)
}, time.Second, time.Millisecond)
}, 5*time.Second, time.Millisecond)

// wait some more time
time.Sleep(500 * time.Millisecond)
Expand Down

0 comments on commit 813d45f

Please sign in to comment.