diff --git a/ets2panda/test/CMakeLists.txt b/ets2panda/test/CMakeLists.txt index 608e5e019acd5716d53431892fa3e2b206d20fda..e3a409d8054cb9bba0cdded59b06fe79b5ff404c 100644 --- a/ets2panda/test/CMakeLists.txt +++ b/ets2panda/test/CMakeLists.txt @@ -41,6 +41,8 @@ if(PANDA_WITH_ETS) set(OPTIONS --parser --processes=1 --build-dir ${PANDA_BINARY_ROOT} + --es2panda-timeout=120 + --timeout=120 --groups ${ES2PANDA_REGRESSION_TESTS_GROUPS}) if(PANDA_TARGET_ARM64) diff --git a/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt b/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt index b4b2ab58ce345a0b98abebf54c3e0ef1727ba4e5..7d9adf70ad3760aa7ccd00a05f2fa7209df3e1a8 100644 --- a/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt +++ b/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt @@ -16,6 +16,9 @@ generic-set.ets # panda#11502 nullCoalesc.ets +# panda#13365 +non-const-capture.ets + # panda#11104 unboxing.ets