Skip to content

Commit 65f8fbb

Browse files
committed
set timeouts
1 parent fced652 commit 65f8fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ add_rev_test(EX4 ex4 30 "memh;rv32")
225225
add_rev_test(EX5 ex5 30 "memh;rv64")
226226
add_rev_test(EX6 ex6 45 "memh;rv64")
227227
add_rev_test(EX7 ex7 30 "memh;rv64")
228-
add_rev_test(BIG_LOOP big_loop 600 "test_level=2;rv64;benchmark")
228+
add_rev_test(BIG_LOOP big_loop 120 "test_level=2;rv64;benchmark")
229229
add_rev_test(LARGE_BSS large_bss 60 "test_level=2;memh;rv64")
230230
add_rev_test(DEP_CHECK dep_check 30 "memh;rv32")
231231
add_rev_test(CACHE_1 cache_1 30 "memh;rv32" SCRIPT "run_cache_1.sh")
@@ -234,7 +234,7 @@ add_rev_test(STRLEN_C strlen_c 30 "memh;rv64")
234234
add_rev_test(STRLEN_CXX strlen_cxx 30 "memh;rv64;c++")
235235
add_rev_test(STRSTR strstr 30 "memh;rv64")
236236
add_rev_test(MEMSET memset 30 "memh;rv64")
237-
add_rev_test(MEMSET_2 memset_2 100 "test_level=2;memh;rv64")
237+
add_rev_test(MEMSET_2 memset_2 90 "test_level=2;memh;rv64")
238238
add_rev_test(MANY_CORE many_core 30 "memh;rv64" SCRIPT "run_many_core.sh")
239239
add_rev_test(DIVW divw 30 "memh;rv64")
240240
add_rev_test(DIVW2 divw2 30 "memh;rv64")

0 commit comments

Comments
 (0)