There was an error while loading. Please reload this page.
1 parent f5168ab commit 42d72edCopy full SHA for 42d72ed
1 file changed
tests/test_compat.py
@@ -9,6 +9,8 @@
9
10
@pytest.mark.driver_timeout(10)
11
def test_404(selenium_standalone_micropip, httpserver, request):
12
+ selenium_standalone_micropip.set_script_timeout(11)
13
+
14
@run_in_pyodide(packages=["micropip", "packaging"])
15
async def _inner_test_404_raise(selenium, url):
16
import pyodide
0 commit comments