Skip to content

Commit 0b1e807

Browse files
Increase default timeout in run-test.py
[rocm-systems] ROCm/rocm-systems#4588 (commit 297c2fc)
1 parent 6c3ff44 commit 0b1e807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from subprocess import Popen, PIPE, CalledProcessError, run
1212
import signal
1313

14-
DEFAULT_TIMEOUT = 30
14+
DEFAULT_TIMEOUT = 60
1515

1616

1717
def run_and_communicate(

0 commit comments

Comments
 (0)