Skip to content

Commit ec3a696

Browse files
committed
turn off SLOW_MACHINE
1 parent 95e92fd commit ec3a696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/remote_hsmd/scripts/run-one-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $PWD/contrib/pyln-proto \
99
TEST_DEBUG=1 \
1010
DEVELOPER=1 \
1111
VALGRIND=0 \
12-
SLOW_MACHINE=1 \
12+
SLOW_MACHINE=0 \
1313
SUBDAEMON='hsmd:remote_hsmd' \
1414
REMOTE_SIGNER_CMD=$(pwd)/../rust-lightning-signer/target/debug/server \
1515
pytest \

0 commit comments

Comments
 (0)