Skip to content

Commit

Permalink
Fix integ tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Nov 21, 2024
1 parent 2fd9874 commit 10ef0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/integ_test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def setUp(self):
)

# give the app some time to start up...
time.sleep(5)
time.sleep(10)

def tearDown(self):
# stop TabPy
Expand All @@ -254,7 +254,7 @@ def tearDown(self):

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

# remove temporary files
if self.delete_temp_folder:
Expand Down

0 comments on commit 10ef0c5

Please sign in to comment.