File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ before_install: mkdir -p `dirname $GUAVA_JAR`
67
67
install : if [ ! -f $GUAVA_JAR ]; then wget $GUAVA_URL -O $GUAVA_JAR; fi
68
68
before_script : ./autogen.sh
69
69
script :
70
+ - bash -c 'for ((i = 0; i < 3; i++)); do sleep 360 && echo '.'; done' &
70
71
- if [ -n "$HOST" ]; then export USE_HOST="--host=$HOST"; fi
71
72
- if [ "x$HOST" = "xi686-linux-gnu" ]; then export CC="$CC -m32"; fi
72
73
- ./configure --enable-experimental=$EXPERIMENTAL --enable-endomorphism=$ENDOMORPHISM --with-field=$FIELD --with-bignum=$BIGNUM --with-scalar=$SCALAR --enable-ecmult-static-precomputation=$STATICPRECOMPUTATION --enable-module-ecdh=$ECDH --enable-module-commitment=$COMMITMENT --enable-module-recovery=$RECOVERY --enable-module-rangeproof=$RANGEPROOF --enable-module-whitelist=$WHITELIST --enable-module-generator=$GENERATOR --enable-module-bulletproof=$BULLETPROOF --enable-jni=$JNI $EXTRAFLAGS $USE_HOST && make -j2 $BUILD
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ void run_rangeproof_tests(void) {
516
516
test_api ();
517
517
test_rangeproof_fixed_vectors ();
518
518
test_pedersen_commitment_fixed_vector ();
519
- for (i = 0 ; i < 10 * count ; i ++ ) {
519
+ for (i = 0 ; i < 2 * count ; i ++ ) {
520
520
test_borromean ();
521
521
}
522
522
test_rangeproof ();
You can’t perform that action at this time.
0 commit comments