Skip to content

Commit acf451d

Browse files
committed
increase wildcards test timeouts
1 parent 3ed2c30 commit acf451d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/callbacks/test_wildcards.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_jlcbwc002_fibonacci_app(clientside, dashjl):
109109
dashjl.start_server(fp)
110110

111111
# app starts with 4 elements: 0, 1, 1, 2
112-
dashjl.wait_for_text_to_equal("#sum", "4 elements, sum: 4", timeout = 10)
112+
dashjl.wait_for_text_to_equal("#sum", "4 elements, sum: 4", timeout = 20)
113113

114114
# add 5th item, "3"
115115
dashjl.find_element("#n").send_keys(Keys.UP)
@@ -145,7 +145,7 @@ def test_jlcbwc003_same_keys(dashjl):
145145

146146
dashjl.wait_for_text_to_equal("#add-filter", "Add Filter", timeout = 10)
147147
dashjl.wait_for_text_to_equal(
148-
'#\\{\\"index\\"\\:0\\,\\"type\\"\\:\\"output\\"\\}', "Dropdown 0 = nothing", timeout = 10
148+
'#\\{\\"index\\"\\:0\\,\\"type\\"\\:\\"output\\"\\}', "Dropdown 0 = nothing", timeout = 20
149149
)
150150
dashjl.select_dcc_dropdown(
151151
'#\\{\\"index\\"\\:0\\,\\"type\\"\\:\\"dropdown\\"\\}', "LA"

0 commit comments

Comments
 (0)