summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/debian-hacks/Add-a-2-minutes-timeout-on-xpcshell-tests.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-04 11:15:48 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-04 11:15:48 -0400
commit58c28f62226cff0c897ed608fb74134e4ebd1602 (patch)
tree7f730c1d1e7970d77c9595d8333f43fcdd9c874d /librewolf/debian/patches/debian-hacks/Add-a-2-minutes-timeout-on-xpcshell-tests.patch
parentMerge branch 'librewolf-bump' into 'master' (diff)
downloadstackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.tar.gz
stackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.tar.bz2
stackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.zip
lw 102.0 rc1
Diffstat (limited to 'librewolf/debian/patches/debian-hacks/Add-a-2-minutes-timeout-on-xpcshell-tests.patch')
-rw-r--r--librewolf/debian/patches/debian-hacks/Add-a-2-minutes-timeout-on-xpcshell-tests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf/debian/patches/debian-hacks/Add-a-2-minutes-timeout-on-xpcshell-tests.patch b/librewolf/debian/patches/debian-hacks/Add-a-2-minutes-timeout-on-xpcshell-tests.patch
index 631fca9..ba877d0 100644
--- a/librewolf/debian/patches/debian-hacks/Add-a-2-minutes-timeout-on-xpcshell-tests.patch
+++ b/librewolf/debian/patches/debian-hacks/Add-a-2-minutes-timeout-on-xpcshell-tests.patch
@@ -7,7 +7,7 @@ Subject: Add a 2 minutes timeout on xpcshell tests
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/testing/xpcshell/runxpcshelltests.py b/testing/xpcshell/runxpcshelltests.py
-index c6aea1a..a43f380 100755
+index 212bfeb..6761334 100755
--- a/testing/xpcshell/runxpcshelltests.py
+++ b/testing/xpcshell/runxpcshelltests.py
@@ -13,6 +13,7 @@ import os
bgstack15