Skip to content

Commit

Permalink
tests: increase default test timeout to 120s
Browse files Browse the repository at this point in the history
the nvidia vulkan drivers are so glacially slow at compiling shaders that
I get timeouts when pushing otherwise...
  • Loading branch information
haasn committed Sep 3, 2023
1 parent 3160c3d commit 7737933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ foreach t : ts
link_depends: link_depends,
)

test(t['source'], e)
test(t['source'], e, timeout: 120)
endforeach

subdir('include')

0 comments on commit 7737933

Please sign in to comment.