Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Mar 19, 2022
1 parent cc2b821 commit 120475d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def test_shell_ok(self):
end = timer()

self.assertGreater(end - start, 0.5)
self.assertLess(end - start, 3)
self.assertLess(end - start, 5)
self.assertTrue(dir_to_create.exists())

@unittest.skipUnless(is_posix, "features implemented only for POSIX yet")
Expand Down

0 comments on commit 120475d

Please sign in to comment.