Skip to content

Commit

Permalink
Merge pull request #65 from felix5572/master
Browse files Browse the repository at this point in the history
fix unittest
  • Loading branch information
felix5572 committed Jun 17, 2021
2 parents 4c1d677 + 30af65d commit 99d124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_local_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_call(self) :

proc = self.local_context.call('sleep 0.12')
self.assertFalse(self.local_context.check_finish(proc))
time.sleep(0.04)
time.sleep(0.06)
self.assertFalse(self.local_context.check_finish(proc))
time.sleep(0.10)
self.assertTrue(self.local_context.check_finish(proc))
Expand Down

0 comments on commit 99d124a

Please sign in to comment.