Skip to content

Commit 0b3fce3

Browse files
GnorTechrogerwang
authored andcommitted
[test] crash-dump-report: increase timeout
1 parent 3a0d9e7 commit 0b3fce3

File tree

1 file changed

+1
-1
lines changed
  • test/sanity/crash-dump-report

1 file changed

+1
-1
lines changed

test/sanity/crash-dump-report/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def copytree(src, dst, symlinks=False, ignore=None):
9999
p = subprocess.Popen([exe, arg])
100100
_LOGGER.info('Waiting for crash report')
101101
try:
102-
if not server.wait_for_report(18):
102+
if not server.wait_for_report(120):
103103
raise Exception('No report received.')
104104
finally:
105105
p.terminate()

0 commit comments

Comments
 (0)