aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/py/test_repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/test_repo.py')
-rw-r--r--test/py/test_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/test_repo.py b/test/py/test_repo.py
index 544213d..ec04e6d 100644
--- a/test/py/test_repo.py
+++ b/test/py/test_repo.py
@@ -57,9 +57,9 @@ def _test_repo_internal(env, repo, numof_processes, runs_per_process):
for proc in processes:
proc.start()
- event.wait()
for proc in processes:
proc.join()
+ event.wait()
repo.run_files_are_present(numof_runs)