From aa21926fab62957750dd423c615876194c091748 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 30 Apr 2017 21:55:22 -0400 Subject: [PATCH 1/2] tests: net: set reasonable timeout on dns test This test has been slowing daily tests for no good reason, timeout of 10800 is way too high. Signed-off-by: Anas Nashif --- tests/net/lib/dns_packet/testcase.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/net/lib/dns_packet/testcase.ini b/tests/net/lib/dns_packet/testcase.ini index a1fffc166d625..e714768c41406 100644 --- a/tests/net/lib/dns_packet/testcase.ini +++ b/tests/net/lib/dns_packet/testcase.ini @@ -2,6 +2,6 @@ tags = dns build_only = false platform_whitelist = qemu_x86 arduino_101 quark_se_c1000_devboard frdm_k64f -timeout = 10800 +timeout = 200 slow = True From c7a9b0a10dc5cd2ef6b96fe7e742aa8df086a8ef Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 30 Apr 2017 22:04:53 -0400 Subject: [PATCH 2/2] tests: crypto: reduce high timeout value Signed-off-by: Anas Nashif --- tests/crypto/test_sha256/testcase.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/crypto/test_sha256/testcase.ini b/tests/crypto/test_sha256/testcase.ini index 3fb5dd71aed13..4b4d2b353d5b4 100644 --- a/tests/crypto/test_sha256/testcase.ini +++ b/tests/crypto/test_sha256/testcase.ini @@ -1,12 +1,12 @@ [test] tags = crypto sha256 build_only = false -timeout = 10800 +timeout = 600 arch_whitelist = arm arc x86 filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 ) [test_nios2] tags = crypto sha256 build_only = false -timeout = 10800 +timeout = 600 arch_whitelist = nios2