Skip to content
Snippets Groups Projects
Commit 0750d5a1 authored by GARION Christophe's avatar GARION Christophe
Browse files

[tests] update timeout for minimal tests

parent 5ca764aa
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@
(glob_files *.lus))
(:ign ignored))
(action
(run %{test} %{bin:lustrec} "%{lus}" %{ign} "minimal_tests" 60 "O1")))
(run %{test} %{bin:lustrec} "%{lus}" %{ign} "minimal_tests" 240 "O1")))
......@@ -10,4 +10,4 @@
(glob_files *.lus))
(:ign ignored))
(action
(run %{test} %{bin:lustrec} "%{lus}" %{ign} "minimal_tests" 60 "O2")))
(run %{test} %{bin:lustrec} "%{lus}" %{ign} "minimal_tests" 240 "O2")))
......@@ -10,4 +10,4 @@
(glob_files *.lus))
(:ign ignored))
(action
(run %{test} %{bin:lustrec} "%{lus}" %{ign} "minimal_tests" 60 "O3")))
(run %{test} %{bin:lustrec} "%{lus}" %{ign} "minimal_tests" 240 "O3")))
......@@ -10,4 +10,4 @@
(glob_files *.lus))
(:ign ignored))
(action
(run %{test} %{bin:lustrec} "%{lus}" %{ign} "minimal_tests" 60 "O-1")))
(run %{test} %{bin:lustrec} "%{lus}" %{ign} "minimal_tests" 240 "O-1")))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment