Adjust CI to new integration tests
[tinc] / .ci / windows / test.cmd
1 set builddir=%1
2
3 REM Windows jobs on GitHub CI sometimes show surprisingly poor performance
4 REM (building tinc with default flags can take from 3 to upwards of 20+
5 REM minutes, depending on which machine you happened to land on), so timeout
6 REM is set a bit higher here.
7
8 meson test -C %builddir% --timeout-multiplier 2 --verbose || exit 1