Skip to content

Commit 06922b7

Browse files
authored
Merge pull request #423 from seeM/fix-parallel-test-macos
fix parallel test on macos
2 parents 4f43be2 + eae2eb1 commit 06922b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nbs/03a_parallel.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,11 @@
381381
"name": "stdout",
382382
"output_type": "stream",
383383
"text": [
384-
"0 2022-06-30 09:28:21.811632\n",
385-
"1 2022-06-30 09:28:22.062815\n",
386-
"2 2022-06-30 09:28:22.314447\n",
387-
"3 2022-06-30 09:28:22.565210\n",
388-
"4 2022-06-30 09:28:22.816731\n"
384+
"0 2022-07-01 18:00:33.687478\n",
385+
"1 2022-07-01 18:00:33.938175\n",
386+
"2 2022-07-01 18:00:34.189594\n",
387+
"3 2022-07-01 18:00:34.440545\n",
388+
"4 2022-07-01 18:00:34.691130\n"
389389
]
390390
}
391391
],
@@ -607,7 +607,7 @@
607607
"from subprocess import Popen, PIPE\n",
608608
"# test num_workers > 0 in scripts works when python process start method is spawn\n",
609609
"process = Popen([\"python\", \"parallel_test.py\"], stdout=PIPE)\n",
610-
"_, err = process.communicate(timeout=5)\n",
610+
"_, err = process.communicate(timeout=10)\n",
611611
"exit_code = process.wait()\n",
612612
"test_eq(exit_code, 0)"
613613
]

0 commit comments

Comments
 (0)