Skip to content

Commit 32749ad

Browse files
lumachadsystems-assistant[bot]
authored andcommitted
[rocr-debug-agent] Adjust timeout comment on test/run-test.py
The timeout was updated to 60 seconds but the comments still mention the old value of 30 seconds. Fix this by mentioning the variable used instead of an absolute value of seconds. [rocm-systems] ROCm/rocm-systems#4610 (commit bd99f31)
1 parent 0b1e807 commit 32749ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/run-test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@ def check_test_9():
501501
if not kernel_started and "Kernel started" in s:
502502
kernel_started = True
503503
os.kill(p.pid, signal.SIGQUIT)
504-
# We give our program 30 secs to start the kernel.
504+
# We give our program LOOP_TIMEOUT secs to start the kernel.
505505
# Once we know that the kernel is running, we give it
506-
# extra 30 seconds to process SIGQUIT.
506+
# an extra LOOP_TIMEOUT seconds to process SIGQUIT.
507507
deadline = deadline + LOOP_TIMEOUT
508508

509509
if kernel_started:

0 commit comments

Comments
 (0)