diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-12-15 03:35:51 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-12-15 03:35:51 +0100 |
commit | a7517e35cf0c835fcb68db56d8634fab9b4d5f0d (patch) | |
tree | e7ec15d24b5ac49420c8f0e360a3c1b362629549 /tests/sync-live-multi/t | |
parent | 185e9458dc836f3ef4052c9dcb5a76c07a212589 (diff) |
tests/*/t: Increase timeout from 2 to 5s after background syncs.
Diffstat (limited to 'tests/sync-live-multi/t')
-rw-r--r-- | tests/sync-live-multi/t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sync-live-multi/t b/tests/sync-live-multi/t index 9b129ec..ba7f326 100644 --- a/tests/sync-live-multi/t +++ b/tests/sync-live-multi/t @@ -96,7 +96,7 @@ done # wait a little longer so interimap has time to run loop() again and # synchronize outstanding changes, then terminate the processes we # started above -sleep 2 +sleep 5 ptree_abort ${PID[@]} trap - EXIT INT TERM |