Skip to content

Commit 34622dd

Browse files
committed
More robust database removal method in tests
It may need some time until the database file is really removed.
1 parent a456871 commit 34622dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webware/Tests/TestEndToEnd/TestExamples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def removeDemoDatabase():
2828
except OSError:
2929
sleep(.5)
3030
else:
31-
sleep(.5)
3231
break
32+
sleep(.5)
3333

3434
def testStartPage(self):
3535
r = self.testApp.get('/')

0 commit comments

Comments
 (0)