change test main process wait time (#27516)

revert-27520-disable_pr
Chen Weihang 4 years ago committed by GitHub
parent ec4155d7d0
commit 59c049995e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@ class TestDygraphDataLoaderSingalHandler(unittest.TestCase):
test_process.start()
set_child_signal_handler(id(self), test_process.pid)
time.sleep(3)
time.sleep(5)
except core.EnforceNotMet as ex:
self.assertIn("FatalError", cpt.get_exception_message(ex))
exception = ex

Loading…
Cancel
Save