Skip to content

Commit

Permalink
More robust database removal method in tests
Browse files Browse the repository at this point in the history
It may need some time until the database file is really removed.
  • Loading branch information
Cito committed Nov 26, 2021
1 parent a456871 commit 34622dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webware/Tests/TestEndToEnd/TestExamples.py
Expand Up @@ -28,8 +28,8 @@ def removeDemoDatabase():
except OSError:
sleep(.5)
else:
sleep(.5)
break
sleep(.5)

def testStartPage(self):
r = self.testApp.get('/')
Expand Down

0 comments on commit 34622dd

Please sign in to comment.