Skip to content

Commit 08f2d5f

Browse files
committed
Delay dvpc
1 parent 8ae9488 commit 08f2d5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tests/integration/devtools/test_props_check.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import time
2+
13
from dash import Dash, Input, Output, html, dcc
24
from dash.dash_table import DataTable
35

@@ -216,3 +218,5 @@ def display_content(pathname):
216218
assert dash_duo.get_logs(), tc
217219
else:
218220
assert dash_duo.get_logs() == [], tc
221+
222+
time.sleep(0.1)

0 commit comments

Comments
 (0)