diff --git a/tests/games/superOffroad/meson.build b/tests/games/superOffroad/meson.build index 9aaeaed..e9dae20 100644 --- a/tests/games/superOffroad/meson.build +++ b/tests/games/superOffroad/meson.build @@ -1,5 +1,5 @@ game = 'superOffroad' goal = 'anyPercent' -test(goal + '-FullCycle', bash, workdir : meson.current_source_dir(), args : [ testCommands, goal + '.test', '--fullCycle'], suite: [ game, goal ] ) -test(goal, bash, workdir : meson.current_source_dir(), args : [ testCommands, goal + '.test'], suite: [ game, goal ] ) \ No newline at end of file +test(goal + '-FullCycle', bash, workdir : meson.current_source_dir(), timeout: 60, args : [ testCommands, goal + '.test', '--fullCycle'], suite: [ game, goal ] ) +test(goal, bash, workdir : meson.current_source_dir(), timeout: 60, args : [ testCommands, goal + '.test'], suite: [ game, goal ] ) \ No newline at end of file