8000 Bump SLOWNESS for travis · sysumjc/rabbitmq-tutorials@aa8e81c · GitHub
[go: up one dir, main page]

Skip to content

Commit aa8e81c

Browse files
author
Michael Klishin
committed
Bump SLOWNESS for travis
1 parent e23fef3 commit aa8e81c

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
@@ -39,7 +39,7 @@ test: setup
3939
RUBY=$(RUBY) python test.py
4040

4141
test-travisci: setup-travisci
42-
RUBY=ruby python travisci.py
42+
SLOWNESS=4 RUBY=ruby python travisci.py
4343

4444
RABBITVER:=$(shell curl -s "http://www.rabbitmq.com/releases/rabbitmq-server/" | grep -oE '([0-9\.]{5,})' | tail -n 1)
4545
R=http://www.rabbitmq.com/releases

0 commit comments

Comments
 (0)
0