Skip to content

Commit

Permalink
chore: Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Framstag committed Oct 27, 2024
1 parent 2c840aa commit 6acf9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ WorkQueueTest = executable('WorkQueueTest',
install: true,
install_dir: testInstallDir)

test('Check implementation of work queue', WorkQueueTest, timeout: 120)
test('Check implementation of work queue', WorkQueueTest, timeout: 180)

WStringStringConversionTest = executable('WStringStringConversionTest',
'src/WStringStringConversionTest.cpp',
Expand Down

0 comments on commit 6acf9be

Please sign in to comment.