Skip to content

Commit 2f16045

Browse files
committed
Debugging test_fork_and_schedule_refresh.
1 parent 63a0a8e commit 2f16045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_replica_set_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def f(pipe):
589589
cp, cc = Pipe()
590590
p = Process(target=f, args=(cc,))
591591
p.start()
592-
p.join(1)
592+
p.join(10)
593593
p.terminate()
594594
p.join()
595595
cc.close()

0 commit comments

Comments
 (0)