Skip to content

Commit 5b2ceed

Browse files
authored
kubevirt: increase timeout (#13106)
The timeout is on the edge on my local machine and it might be too low for a cloud machine with fewer resources. Bumping to experimentally see if it eliminates all timeouts. Signed-off-by: Adam Korczynski <[email protected]>
1 parent fbdc5da commit 5b2ceed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[libfuzzer]
2-
timeout=250
2+
timeout=1000
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[libfuzzer]
2-
timeout=250
2+
timeout=1000
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[libfuzzer]
2-
timeout=250
2+
timeout=1000

0 commit comments

Comments
 (0)