Skip to content

Commit 08b8eda

Browse files
committed
test: wait even longer for shutdown to complete
1 parent 131ff30 commit 08b8eda

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)