Skip to content

Commit b6f0cfb

Browse files
authored
Merge pull request #793 from pinheadmz/long-wait-shutdown
test: wait even longer for shutdown to complete
2 parents 131ff30 + 08b8eda commit b6f0cfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def cleanup(self, signum=None, frame=None):
5252
session.logfile = sys.stdout
5353
session.expect("Do you want to bring down the running Warnet?", timeout=30)
5454
session.sendline("y")
55+
session.expect("Warnet teardown process completed", timeout=300)
5556
self.wait_for_all_tanks_status(target="stopped", timeout=60, interval=1)
5657
except Exception as e:
5758
self.log.error(f"Error bringing network down: {e}")

0 commit comments

Comments
 (0)