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:
Attila Fazekas 2014-05-18 12:56:56 +02:00
parent 2039ed49ab
commit 7f43876d76
1 changed files with 2 additions and 2 deletions

View File

@ -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"