From eb0070adaace5a255be0222b41c23e1ac32063ac Mon Sep 17 00:00:00 2001 From: Ata <68029503+ataturkcu@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:21:00 +0300 Subject: [PATCH] chore: add module flag for quanta & increase timeout_sec --- harness/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/harness/config.yml b/harness/config.yml index 8ba29bd1..5f34114d 100644 --- a/harness/config.yml +++ b/harness/config.yml @@ -982,7 +982,9 @@ quanta: - ' at line [0-9]+$': '' prelude: - code: 'var print = console.log;' - timeout_sec: 10 + flags: + - { if: 'flags:module', then: '--module' } + timeout_sec: 20 # RegExp/property-escapes/generated tooks much so increased this 10 to 20 # QuickJS (qjs and run-test262 binaries) and derivatives quickjs: &quickjs