Skip to content

Commit 49f035c

Browse files
committed
Try longer
1 parent 3620605 commit 49f035c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutil/duration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
WaitShort = 5 * time.Second
1111
WaitMedium = 10 * time.Second
1212
WaitLong = 15 * time.Second
13-
WaitSuperLong = 30 * time.Second
13+
WaitSuperLong = 60 * time.Second
1414
)
1515

1616
// Constants for delaying repeated operations, e.g. in

0 commit comments

Comments
 (0)