Make the #1235437 query time limit change resitent
The query expects the timeout is 400s however it is configured for 196s now. Removing the time part from the query. Change-Id: Ic6fc6ec6c0b78cf73cf546c4d3542df00bb7480a
This commit is contained in:
parent
2039ed49ab
commit
7f43876d76
@ -1,4 +1,4 @@
|
||||
query: >
|
||||
message:"failed to reach ACTIVE status within the required time
|
||||
(400 s). Current status: BUILD"
|
||||
message:"failed to reach ACTIVE status within the required time"
|
||||
AND message:"Current status\: BUILD"
|
||||
AND filename:"console.html"
|
||||
|
Loading…
Reference in New Issue
Block a user