We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a456871 commit 34622ddCopy full SHA for 34622dd
1 file changed
webware/Tests/TestEndToEnd/TestExamples.py
@@ -28,8 +28,8 @@ def removeDemoDatabase():
28
except OSError:
29
sleep(.5)
30
else:
31
- sleep(.5)
32
break
+ sleep(.5)
33
34
def testStartPage(self):
35
r = self.testApp.get('/')
0 commit comments