Skip to content

Commit 0f1eb40

Browse files
committed
test timeout increase
1 parent 6a963d2 commit 0f1eb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/base/test_render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_jltr001r_undo_redo(dashjl):
3131
input1 = dashjl.find_element("#a")
3232
input1.send_keys("xyz")
3333
dashjl.wait_for_text_to_equal(
34-
"#b", "xyz", timeout=2
34+
"#b", "xyz", timeout=4
3535
)
3636
click_undo(dashjl)
3737
dashjl.wait_for_text_to_equal(

0 commit comments

Comments
 (0)