Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 99a4eda

Browse files
byronbyronz
authored andcommitted
♻️ change upload gallery
1 parent 06a27fc commit 99a4eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/upload/test_children_accept_any_component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import time
12
import dash
23
import dash_core_components as dcc
34
import dash_html_components as html
@@ -32,6 +33,5 @@ def test_upca001_upload_children_gallery(dash_duo):
3233
]
3334
)
3435
dash_duo.start_server(app)
35-
import time
36-
time.sleep(60)
36+
time.sleep(0.5)
3737
dash_duo.percy_snapshot("upca001 children gallery")

0 commit comments

Comments
 (0)