Skip to content

Commit e12c385

Browse files
committed
Try to get grind tests running.
1 parent 15301fe commit e12c385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test: t/build/lib/perl5 t/build/sbin/unbound t/build/sbin/nginx
2020
exit $$STATUS
2121

2222
grind:
23-
env TEST_NGINX_USE_VALGRIND=1 $(MAKE) test
23+
env TEST_NGINX_USE_VALGRIND=1 TEST_NGINX_SLEEP=5 $(MAKE) test
2424

2525
t/tmp:
2626
mkdir -p $@

0 commit comments

Comments
 (0)