We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d734316 commit d9fe528Copy full SHA for d9fe528
python/paddle/fluid/tests/unittests/test_imperative_signal_handler.py
@@ -49,7 +49,7 @@ def __test_process__():
49
test_process.start()
50
51
set_child_signal_handler(id(self), test_process.pid)
52
- time.sleep(1)
+ time.sleep(3)
53
except core.EnforceNotMet as ex:
54
self.assertIn("FatalError", cpt.get_exception_message(ex))
55
exception = ex
@@ -67,7 +67,7 @@ def __test_process__():
67
68
69
70
71
72
73
0 commit comments