Skip to content

Commit 466abf7

Browse files
committed
debug test
1 parent a761ee4 commit 466abf7

File tree

1 file changed

+1
-1
lines changed
  • packages/python/chart-studio/chart_studio/tests/test_plot_ly/test_stream

1 file changed

+1
-1
lines changed

packages/python/chart-studio/chart_studio/tests/test_plot_ly/test_stream/test_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_stream_layout(self):
8585
world_readable=True,
8686
filename="stream-test3",
8787
)
88-
time.sleep(0.5)
88+
time.sleep(2)
8989
title_0 = "some title i picked first"
9090
title_1 = "this other title i picked second"
9191
my_stream = py.Stream(tk)

0 commit comments

Comments
 (0)