mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 10:30:40 +00:00
Try larger sleep
This commit is contained in:
@@ -1494,7 +1494,7 @@ class NeonPageserver(PgProtocol):
|
||||
pid = read_pid(pid_path)
|
||||
retries_left = 20
|
||||
while check_pid(pid):
|
||||
time.sleep(0.1)
|
||||
time.sleep(0.2)
|
||||
retries_left -= 1
|
||||
if retries_left == 0:
|
||||
raise AssertionError("Pageserver failed to die")
|
||||
|
||||
Reference in New Issue
Block a user