Skip to content

Commit 9f29fb9

Browse files
committed
tests: sleep in slow_start
1 parent 13492bf commit 9f29fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/helpers/ptrack_helpers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ def slow_start(self, replica=False):
138138

139139
except testgres.QueryException as e:
140140
if 'database system is starting up' in e.message:
141-
continue
141+
pass
142142
else:
143143
raise e
144144

145-
sleep(1)
145+
sleep(0.5)
146146

147147
class ProbackupTest(object):
148148
# Class attributes

0 commit comments

Comments
 (0)