Skip to content

Commit 41cf098

Browse files
committed
long sleeps to avoid timeouts
1 parent abca9e0 commit 41cf098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ html:
1010
rm -rf modeling_short.ipynb modeling_short.py
1111
# Now build the app
1212
export DEBUG=False && python3 app.py &
13-
sleep 30
13+
sleep 60
1414
wget -r http://127.0.0.1:8050/
1515
wget -r http://127.0.0.1:8050/_dash-layout
1616
wget -r http://127.0.0.1:8050/_dash-dependencies

0 commit comments

Comments
 (0)