diff options
author | Martin Stransky <stransky@redhat.com> | 2021-04-30 10:58:16 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-04-30 10:58:16 +0200 |
commit | 5571ee740329e2e0942db40af92e613a9d393153 (patch) | |
tree | a7d88a879cf1faa52eca7a23561bdbf788d7ca1f /run-tests-wayland | |
parent | Test fix (diff) | |
download | librewolf-fedora-ff-5571ee740329e2e0942db40af92e613a9d393153.tar.gz librewolf-fedora-ff-5571ee740329e2e0942db40af92e613a9d393153.tar.bz2 librewolf-fedora-ff-5571ee740329e2e0942db40af92e613a9d393153.zip |
Fixed xpcshell freezes
Diffstat (limited to 'run-tests-wayland')
-rwxr-xr-x | run-tests-wayland | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/run-tests-wayland b/run-tests-wayland index 8efff7e..4a3ebda 100755 --- a/run-tests-wayland +++ b/run-tests-wayland @@ -22,8 +22,9 @@ while (( "$#" )); do shift done -MACH_USE_SYSTEM_PYTHON=1 -MOZ_NODE_PATH=/usr/bin/node +export MACH_USE_SYSTEM_PYTHON=1 +export MOZ_NODE_PATH=/usr/bin/node + MOCHITEST_PARAMS="--timeout 1 --chunk-by-dir 4" TEST_DIR="test_results" mkdir $TEST_DIR |