Skip to content

Commit

Permalink
Update test_local_executor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 19, 2024
1 parent 026666b commit f82d498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_local_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def test_pool_multi_core(self):
self.assertEqual(len(p), 1)
self.assertTrue(isinstance(output, Future))
self.assertFalse(output.done())
sleep(1)
sleep(2)
self.assertTrue(output.done())
self.assertEqual(len(p), 0)
self.assertEqual(output.result(), [(2, 2, 0), (2, 2, 1)])
Expand Down

0 comments on commit f82d498

Please sign in to comment.