Skip to content

Commit aee724a

Browse files
authored
Reduce startWait time in test configurations (#187)
Reduce `startWait` time for all configurations of JSSE and Scandium.
1 parent b9b1463 commit aee724a

11 files changed

+11
-11
lines changed

args/jsse/learn_jsse_client_ecdhe_cert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ state-fuzzer-client
44
-port
55
${sul.port}
66
-startWait
7-
2000
7+
1000
88
-responseWait
99
200
1010
-protocol

args/jsse/learn_jsse_server_ecdhe_cert_req

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ state-fuzzer-server
44
-connect
55
localhost:${sul.port}
66
-startWait
7-
2000
7+
1000
88
-responseWait
99
200
1010
-protocol

args/jsse/learn_jsse_server_rsa_cert_none

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ state-fuzzer-server
44
-connect
55
localhost:${sul.port}
66
-startWait
7-
2000
7+
1000
88
-responseWait
99
200
1010
-protocol

args/jsse/learn_jsse_server_rsa_cert_nreq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ state-fuzzer-server
44
-connect
55
localhost:${sul.port}
66
-startWait
7-
2000
7+
1000
88
-responseWait
99
200
1010
-protocol

args/jsse/learn_jsse_server_rsa_cert_req

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ state-fuzzer-server
44
-connect
55
localhost:${sul.port}
66
-startWait
7-
2000
7+
1000
88
-responseWait
99
200
1010
-protocol

args/scandium/learn_scandium_client_ecdhe_cert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ state-fuzzer-client
44
-port
55
${sul.port}
66
-startWait
7-
4000
7+
1000
88
-responseWait
99
100
1010
-protocol

args/scandium/learn_scandium_client_ecdhe_cert_excl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ state-fuzzer-client
44
-port
55
${sul.port}
66
-startWait
7-
4000
7+
1000
88
-responseWait
99
100
1010
-protocol

args/scandium/learn_scandium_client_psk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ${sul.port}
66
-protocol
77
DTLS12
88
-startWait
9-
4000
9+
1000
1010
-responseWait
1111
100
1212
-cmd

args/scandium/learn_scandium_server_ecdhe_cert_req

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ state-fuzzer-server
44
-connect
55
localhost:${sul.port}
66
-startWait
7-
4000
7+
1000
88
-responseWait
99
100
1010
-protocol

args/scandium/learn_scandium_server_ecdhe_cert_req_excl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-connect
33
localhost:${sul.port}
44
-startWait
5-
4000
5+
1000
66
-responseWait
77
100
88
-protocol

0 commit comments

Comments
 (0)