Commit 6b47ef5b authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Increase io timeout of traffic annotation tests.

IO time out of network traffic annotation tests on the FYI bot is
increased. One of the tests takes a considerably long time to make an
output and needs to stay alive to do so.

Bug: 690323
Change-Id: Iae8384aaea46d48ad9d584b8747d1a576cec9fe1
Reviewed-on: https://chromium-review.googlesource.com/1042287
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555981}
parent 31868d75
...@@ -336,6 +336,7 @@ ...@@ -336,6 +336,7 @@
'test_traffic_annotation_auditor_script': { 'test_traffic_annotation_auditor_script': {
'test_traffic_annotation_auditor': { 'test_traffic_annotation_auditor': {
'hard_timeout': 14400, 'hard_timeout': 14400,
'io_timeout': 14400,
'script': 'test_traffic_annotation_auditor.py', 'script': 'test_traffic_annotation_auditor.py',
}, },
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment