Skip to content

Commit

Permalink
increase test/clippy timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Jun 30, 2021
1 parent 2928ed2 commit 1b10231
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ test('Unit tests',
meson.build_root(),
get_option('buildtype'),
get_option('offline') ? 'true' : 'false'
]
],
timeout: 60
)

cargo_clippy = find_program(meson.source_root() / 'build-aux/clippy.sh')
Expand All @@ -192,5 +193,6 @@ test('Clippy',
meson.source_root(),
meson.build_root(),
get_option('offline') ? 'true' : 'false'
]
],
timeout: 120
)

0 comments on commit 1b10231

Please sign in to comment.