Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Oct 17, 2024
1 parent be1a475 commit 2683ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ wasmtest:
mkdir -p build/wasm && cd build/wasm &&\
emcmake cmake $(GENERATOR) $(FORCE_COLOR) $(SANITIZER_FLAG) $(WERROR_FLAG) $(RUNTIME_CHECK_FLAG) -DCMAKE_BUILD_TYPE=Release -DBUILD_WASM=TRUE -DBUILD_BENCHMARK=FALSE -DBUILD_TESTS=TRUE -DBUILD_SHELL=FALSE -DENABLE_WERROR=FALSE ../.. && \
cmake --build . --config Release -j $(NUM_THREADS) &&\
cd ../.. && ctest --test-dir build/wasm/test/ --output-on-failure -j ${TEST_JOBS} --timeout 120
cd ../.. && ctest --test-dir build/wasm/test/ --output-on-failure -j ${TEST_JOBS} --timeout 600

# Other misc build targets
benchmark:
Expand Down

0 comments on commit 2683ace

Please sign in to comment.