Skip to content

Commit

Permalink
chore: fix test timeout (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh authored Dec 17, 2023
1 parent eb050a9 commit c406ad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
TESTS_INIT=tests/minimal_init.lua
TESTS_DIR=tests/
TIMEOUT_MINS=30*60*100
# 30 mins
TIMEOUT_MINS=30*60*1000

.PHONY: test

Expand Down

0 comments on commit c406ad3

Please sign in to comment.