Skip to content

Commit ad799ff

Browse files
committed
More timeout
1 parent 4f9fd30 commit ad799ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tendaac15_httpd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def my_tenda():
101101

102102
self.assertIn(b"Please update your documents to reflect the new location.", response.read())
103103
for th in threads:
104-
th.join(timeout=10.0)
104+
th.join(timeout=20.0)
105105
self.assertFalse(th.is_alive())
106106

107107
if __name__ == "__main__":

0 commit comments

Comments
 (0)