mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[tests] 5 seconds was too little
This commit is contained in:
parent
0ce218f66e
commit
e7f2d6d908
@ -83,7 +83,7 @@ took = [
|
|||||||
|
|
||||||
if conf_data.get('CONFIG_ECMASCRIPT')
|
if conf_data.get('CONFIG_ECMASCRIPT')
|
||||||
foreach t: tofail
|
foreach t: tofail
|
||||||
test(t, elinks, protocol: 'exitcode', is_parallel: true, timeout: 5, should_fail: true, verbose: false, workdir: meson.source_root() / 'test/ecmascript/assert/',
|
test(t, elinks, protocol: 'exitcode', is_parallel: true, timeout: 30, should_fail: true, verbose: false, workdir: meson.source_root() / 'test/ecmascript/assert/',
|
||||||
args: ['--test', '1', '--eval', 'set ecmascript.enable = 1',
|
args: ['--test', '1', '--eval', 'set ecmascript.enable = 1',
|
||||||
'--eval', 'set ecmascript.enable_console_log = 1',
|
'--eval', 'set ecmascript.enable_console_log = 1',
|
||||||
'--eval', 'set ui.sessions.fork_on_start = 0',
|
'--eval', 'set ui.sessions.fork_on_start = 0',
|
||||||
@ -91,7 +91,7 @@ if conf_data.get('CONFIG_ECMASCRIPT')
|
|||||||
t])
|
t])
|
||||||
endforeach
|
endforeach
|
||||||
foreach t : took
|
foreach t : took
|
||||||
test(t, elinks, protocol: 'exitcode', is_parallel: true, timeout: 5, should_fail: false, verbose: false, workdir: meson.source_root() / 'test/ecmascript/assert',
|
test(t, elinks, protocol: 'exitcode', is_parallel: true, timeout: 30, should_fail: false, verbose: false, workdir: meson.source_root() / 'test/ecmascript/assert',
|
||||||
args: ['--test', '1', '--eval', 'set ecmascript.enable = 1',
|
args: ['--test', '1', '--eval', 'set ecmascript.enable = 1',
|
||||||
'--eval', 'set ecmascript.enable_console_log = 1',
|
'--eval', 'set ecmascript.enable_console_log = 1',
|
||||||
'--eval', 'set ui.sessions.fork_on_start = 0',
|
'--eval', 'set ui.sessions.fork_on_start = 0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user