8303861: Error handling step timeouts should never be blocked by OnError and others

Reviewed-by: dholmes, rkennke
This commit is contained in:
Thomas Stuefe 2023-03-14 15:51:20 +00:00
parent da044dd569
commit a00f5d24d3
3 changed files with 92 additions and 36 deletions

View file

@ -270,8 +270,8 @@ void WatcherThread::run() {
os::die();
}
// Wait a second, then recheck for timeout.
os::naked_short_sleep(999);
// Wait a bit, then recheck for timeout.
os::naked_short_sleep(250);
}
}