Skip to content

Commit

Permalink
75 -> 10
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 5, 2024
1 parent 345adc3 commit c37d82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestBlockRetry(t *testing.T) {
t.Skip("offline: skipping block retry test")
}

numJobs := 75
numJobs := 10
jobCtx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()

Expand Down

0 comments on commit c37d82c

Please sign in to comment.