Skip to content

Commit 7da1fbd

Browse files
committed
fix
1 parent c6c5288 commit 7da1fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/base/test_plotly_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_jlpg002_plotlyjs_graph(dashjl):
3030
fp = jl_test_file_path("jlpg002_plotlyjs_graph.jl")
3131
dashjl.start_server(fp)
3232
dashjl.wait_for_element_by_css_selector(
33-
"#graph", timeout=40
33+
"#graph", timeout=120
3434
)
3535

3636
dashjl.wait_for_text_to_equal("#status", "first", timeout=10)

0 commit comments

Comments
 (0)