Skip to content

Commit cd00669

Browse files
committed
A little bit reduce timeout it test case
1 parent fcb3ba7 commit cd00669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_live_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ def test_respect_wait_timeout(self, appdir):
124124
def test_should_fail(live_server):
125125
assert live_server._process.is_alive()
126126
''')
127-
result = appdir.runpytest('-v', '--live-server-wait=0.00001')
127+
result = appdir.runpytest('-v', '--live-server-wait=0.00000001')
128128
result.stdout.fnmatch_lines(['**ERROR**'])
129129
assert result.ret == 1

0 commit comments

Comments
 (0)