From bb2ce8a6a89a261f9853cdad07a76296676c64cd Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Tue, 19 Feb 2019 13:12:30 +0000 Subject: [PATCH] travis: Use seed 4 when running ssl-opt.sh Seed 4 has been shown to result in a DTLS proxy that works more often than not. This should help reduce the flakiness we observe from Travis CI runs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4fc31c923f..bd5e750bad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: - make test - programs/test/selftest - OSSL_NO_DTLS=1 tests/compat.sh -- tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl' +- tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl' --seed 4 - tests/scripts/test-ref-configs.pl - tests/scripts/curves.pl - tests/scripts/key-exchanges.pl