mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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')
|
||||
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',
|
||||
'--eval', 'set ecmascript.enable_console_log = 1',
|
||||
'--eval', 'set ui.sessions.fork_on_start = 0',
|
||||
@ -91,7 +91,7 @@ if conf_data.get('CONFIG_ECMASCRIPT')
|
||||
t])
|
||||
endforeach
|
||||
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',
|
||||
'--eval', 'set ecmascript.enable_console_log = 1',
|
||||
'--eval', 'set ui.sessions.fork_on_start = 0',
|
||||
|
Loading…
Reference in New Issue
Block a user