Skip to content

Commit 3d63ad8

Browse files
More debugging
1 parent 3909701 commit 3d63ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/chiptest/test_definition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def __terminateProcess(self):
178178
try:
179179
self.process.wait(10)
180180
except subprocess.TimeoutExpired:
181-
logging.debug('Subprocess did not terminate on SIGTERM, killing it now')
181+
logging.error('Subprocess did not terminate on SIGTERM, killing it now')
182182
self.process.kill()
183183
self.process.wait(10)
184184
self.process = None

0 commit comments

Comments
 (0)