Skip to content
Snippets Groups Projects
Commit 177a835e authored by David Vasek's avatar David Vasek Committed by Daniel Salzman
Browse files

tests-extra: zone/backup_multi -- make the test stable under Valgrind

parent 93e6830d
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ for z in zones:
master.zones_wait(zones, serials_init, equal=False, greater=True)
master.ctl("zone-restore +backupdir %s" % backup_dir)
if master.valgrind:
t.sleep(45);
master.zones_wait(zones, serials_init, equal=True, greater=False)
t.stop()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment