Skip to content

Commit 272c8b3

Browse files
Update TimeOutTimeDouble to increase timeout time
1 parent 4225111 commit 272c8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/support.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
TestTimeoutShort = 1 * time.Minute
3434
TestTimeoutMedium = 2 * time.Minute
3535
TestTimeoutLong = 5 * time.Minute
36-
TestTimeoutDouble = 10 * time.Minute
36+
TestTimeoutDouble = 20 * time.Minute
3737
TestTimeoutGpuProvisioning = 30 * time.Minute
3838
)
3939

0 commit comments

Comments
 (0)