Skip to content

Commit 10ef0c5

Browse files
Fix integ tests.
1 parent 2fd9874 commit 10ef0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/integ_test_base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def setUp(self):
241241
)
242242

243243
# give the app some time to start up...
244-
time.sleep(5)
244+
time.sleep(10)
245245

246246
def tearDown(self):
247247
# stop TabPy
@@ -254,7 +254,7 @@ def tearDown(self):
254254

255255
# after shutting down TabPy and before we start it again
256256
# for next test give it some time to terminate.
257-
time.sleep(5)
257+
time.sleep(10)
258258

259259
# remove temporary files
260260
if self.delete_temp_folder:

0 commit comments

Comments
 (0)