diff options
author | Magnus Ahltorp <map@kth.se> | 2017-02-06 15:08:42 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-02-06 15:08:42 +0100 |
commit | 8c1e3ac28cbb902b540f776886a6556c40d3f601 (patch) | |
tree | 2e629effbfc5000c656b0fbe0389af56dbcfafff /test/scripts/light-system-test-run-4.sh | |
parent | 8a1f3a5f5b1458aceb7567add95e7637e9c2e5fc (diff) |
Wait for merge in tests
Diffstat (limited to 'test/scripts/light-system-test-run-4.sh')
-rwxr-xr-x | test/scripts/light-system-test-run-4.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scripts/light-system-test-run-4.sh b/test/scripts/light-system-test-run-4.sh index a2490f9..51e1fc5 100755 --- a/test/scripts/light-system-test-run-4.sh +++ b/test/scripts/light-system-test-run-4.sh @@ -7,7 +7,8 @@ top_srcdir=$(cd $(dirname $0)/../..; pwd) . ${top_srcdir}/test/scripts/testutils.sh -do_merge +do_merge 9 +sleep 3 check_sth assert_equal "Tree size" "$(get_treesize)" 9 |