Skip to content

Commit bce2704

Browse files
committed
set timeout error as training error
1 parent e9a3c1d commit bce2704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ramp-engine/ramp_engine/dispatcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def collect_result(self, session):
237237
self._logger.info(
238238
f'Worker {worker} killed due to timeout.'
239239
)
240-
submission_status = 'checking_error'
240+
submission_status = 'training_error'
241241
elif returncode == 2:
242242
# Error occurred when downloading the logs
243243
submission_status = 'checking_error'

0 commit comments

Comments
 (0)