Skip to content

Commit

Permalink
Extend timeout for numpy core tests
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Yan <chrisyan@microsoft.com>
  • Loading branch information
CyanDevs committed Apr 27, 2023
1 parent 6112dcb commit c985e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/numpy_core_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootfs: appdir
$(MYST) mkext2 appdir rootfs

run: rootfs
TIMEOUT=150s $(RUNTEST) $(MYST_EXEC) rootfs $(OPTS) --app-config-path config.json /usr/local/bin/python3 /app/app.py
TIMEOUT=180s $(RUNTEST) $(MYST_EXEC) rootfs $(OPTS) --app-config-path config.json /usr/local/bin/python3 /app/app.py

one: rootfs
$(MYST_EXEC) rootfs $(OPTS) --app-config-path config.json /usr/local/bin/python3 -m pytest /usr/local/lib/python3.9/site-packages/$(TEST)
Expand Down

0 comments on commit c985e32

Please sign in to comment.