Skip to content

Commit 7fc641f

Browse files
authored
chore(build): test timeout 1min (#430)
Signed-off-by: Alex Chi <[email protected]>
1 parent 2899627 commit 7fc641f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ foreach(bustub_test_source ${BUSTUB_TEST_SOURCES})
3535
--gtest_catch_exceptions=0
3636
DISCOVERY_TIMEOUT 120
3737
PROPERTIES
38-
TIMEOUT 30
38+
TIMEOUT 60
3939
)
4040

4141
target_link_libraries(${bustub_test_name} bustub gtest gmock_main)

0 commit comments

Comments
 (0)