We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cca1c7 commit 311a5dcCopy full SHA for 311a5dc
test/test_xcpp_kernel.py
@@ -150,7 +150,7 @@ class XCppTests(jupyter_kernel_test.KernelTests):
150
"""
151
def test_xcpp_omp(self):
152
self.flush_channels()
153
- reply, output_msgs = self.execute_helper(code=self.code_omp,timeout=1)
+ reply, output_msgs = self.execute_helper(code=self.code_omp,timeout=20)
154
self.assertEqual(output_msgs[0]['msg_type'], 'stream')
155
self.assertEqual(output_msgs[0]['content']['name'], 'stderr')
156
self.assertEqual(output_msgs[0]['content']['text'], '2')
0 commit comments