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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy