Skip to content

Commit b613212

Browse files
committed
[test] workaround race condition in issue5762-user-data-dir
1 parent 40fe4d5 commit b613212

File tree

1 file changed

+3
-0
lines changed
  • test/sanity/issue5762-user-data-dir

1 file changed

+3
-0
lines changed

test/sanity/issue5762-user-data-dir/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,7 @@ def copytree(src, dst, symlinks=False, ignore=None):
9292
assert user_data_dir_exists
9393
assert check_file_exists
9494
finally:
95+
#workaround stale renderer process if nw is killed early in startup
96+
if platform.system() == 'Windows':
97+
time.sleep(10)
9598
p.terminate()

0 commit comments

Comments
 (0)