Skip to content

Commit 19a9f41

Browse files
c-southwestkostis
andauthored
Decrease Client test configurations' startWait time (#188)
* Homogenize startWait time values for *tinyDTLS * Reduce startWait time in client configurations to 500 ms for JSSE and Scandium * Homogenize startWait time values for Scandium --------- Co-authored-by: Kostis Sagonas <kostis@it.uu.se>
1 parent b0d0b6b commit 19a9f41

23 files changed

+27
-25
lines changed

args/ctinydtls/learn_ctinydtls_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-
100
7+
50
88
-responseWait
99
100
1010
-sulConfig

args/ctinydtls/learn_ctinydtls_client_ecdhe_cert_shorths

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-
100
7+
50
88
-alphabet
99
${alphabets.clients}/tinydtls_ecdhe8_cert.xml
1010
-responseWait

args/ctinydtls/learn_ctinydtls_client_psk

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-
0
7+
50
88
-alphabet
99
${alphabets.clients}/psk8.xml
1010
-responseWait

args/ctinydtls/learn_ctinydtls_client_psk_shorths

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-
0
7+
50
88
-responseWait
99
100
1010
-cmd

args/ctinydtls/learn_ctinydtls_server_ecdhe_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-
100
7+
50
88
-alphabet
99
${alphabets.servers}/ecdhe8_cert.xml
1010
-responseWait

args/ctinydtls/learn_ctinydtls_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-
100
7+
50
88
-responseWait
99
100
1010
-cmd

args/ctinydtls/learn_ctinydtls_server_psk

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-
100
7+
50
88
-alphabet
99
${alphabets.servers}/psk8.xml
1010
-responseWait

args/etinydtls/learn_etinydtls_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-
100
7+
50
88
-responseWait
99
100
1010
-sulConfig

args/etinydtls/learn_etinydtls_client_psk

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-
0
7+
50
88
-alphabet
99
${alphabets.clients}/tinydtls_psk8.xml
1010
-responseWait

args/etinydtls/learn_etinydtls_server_ecdhe_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-
100
7+
50
88
-alphabet
99
${alphabets.servers}/ecdhe8_cert.xml
1010
-responseWait

0 commit comments

Comments
 (0)