Skip to content

Commit ddbca38

Browse files
committed
contest: hw: bump crash wait to 10min
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent a78718d commit ddbca38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contest/hw/lib/deployer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def wait_for_results(config, mc, reservation_id, machine_ids, machine_ips):
275275
"""
276276
max_test_time = config.getint('hw', 'max_test_time', fallback=3600)
277277
sol_poll_interval = config.getint('hw', 'sol_poll_interval', fallback=15)
278-
crash_wait_time = config.getint('hw', 'crash_wait_time', fallback=120)
278+
crash_wait_time = config.getint('hw', 'crash_wait_time', fallback=600)
279279

280280
start_time = time.monotonic()
281281
# Seed SOL cursors to current position so we only see new output

0 commit comments

Comments
 (0)