Skip to content

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Oct 16, 2023
1 parent 00f27a1 commit c7b3386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zengl/test_zengl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from pytest_pyodide import run_in_pyodide


@pytest.mark.driver_timeout(60)
@pytest.mark.xfail_browsers(node="this supposed to render into a canvas DOM element")
@run_in_pyodide(packages=["zengl"])
def test_render_with_webgl2(selenium):
Expand Down

0 comments on commit c7b3386

Please sign in to comment.