set grenade timeout buffer to 10 minutes
grenade needs a bigger timeout buffer between the outer and inner timeouts, because it has to do setup_workspace twice. Saw a failure in the gate because we took 9 minutes before starting grenade script and later had a timeout. Change-Id: Ibf4ff531b47b63fc3d982f82a1dad1997fc3680c
This commit is contained in:
parent
16df6766b8
commit
e90192298b
@ -700,7 +700,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- timeout:
|
- timeout:
|
||||||
timeout: 125
|
timeout: 130
|
||||||
fail: true
|
fail: true
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
@ -727,7 +727,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- timeout:
|
- timeout:
|
||||||
timeout: 125
|
timeout: 130
|
||||||
fail: true
|
fail: true
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
@ -755,7 +755,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- timeout:
|
- timeout:
|
||||||
timeout: 125
|
timeout: 130
|
||||||
fail: true
|
fail: true
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
@ -783,7 +783,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- timeout:
|
- timeout:
|
||||||
timeout: 125
|
timeout: 130
|
||||||
fail: true
|
fail: true
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
@ -812,7 +812,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- timeout:
|
- timeout:
|
||||||
timeout: 125
|
timeout: 130
|
||||||
fail: true
|
fail: true
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user