Skip to content

Commit dcc0a1a

Browse files
committed
add pytest timeout
1 parent 345cc92 commit dcc0a1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ docs:
2222

2323
unittest:
2424
pytest ${TEST_DIR} \
25+
--timeout=180 \
2526
--cov-report=xml \
2627
--cov-report term-missing \
2728
--cov=${COV_DIR} \
@@ -36,6 +37,7 @@ algotest:
3637

3738
cudatest:
3839
pytest ${TEST_DIR} \
40+
--timeout=180 \
3941
-sv -m cudatest
4042

4143
envpooltest:

0 commit comments

Comments
 (0)