Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion orte/orted/orted_submit.c
Original file line number Diff line number Diff line change
Expand Up @@ -2911,7 +2911,7 @@ void orte_timeout_wakeup(int sd, short args, void *cbdata)
*/
orte_show_help("help-orterun.txt", "orterun:timeout",
true, timeout_seconds);
ORTE_UPDATE_EXIT_STATUS(ORTE_ERROR_DEFAULT_EXIT_CODE);
ORTE_UPDATE_EXIT_STATUS(ETIMEDOUT);
/* if we are testing HNP suicide, then just exit */
if (ORTE_PROC_IS_HNP &&
NULL != getenv("ORTE_TEST_HNP_SUICIDE")) {
Expand Down