We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42af07 commit 2cb8cccCopy full SHA for 2cb8ccc
testutil/duration_windows.go
@@ -7,10 +7,11 @@ import "time"
7
//
8
// Windows durations are adjusted for slow CI workers.
9
const (
10
- WaitShort = 15 * time.Second
11
- WaitMedium = 20 * time.Second
12
- WaitLong = 35 * time.Second
13
- WaitSuperLong = 120 * time.Second
+ WaitSuperShort = time.Second
+ WaitShort = 15 * time.Second
+ WaitMedium = 20 * time.Second
+ WaitLong = 35 * time.Second
14
+ WaitSuperLong = 120 * time.Second
15
)
16
17
// Constants for delaying repeated operations, e.g. in
0 commit comments