Skip to content

Commit

Permalink
tset(spdx-utils): Increase a test timeout a bit
Browse files Browse the repository at this point in the history
This test was observed to take longer on Windows, see e.g. [1].

[1]: https://github.com/oss-review-toolkit/ort/actions/runs/12388007556/job/34578512435#step:5:4691

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Dec 18, 2024
1 parent f3c9a4f commit 692ffcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/spdx/src/test/kotlin/SpdxExpressionChoiceTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class SpdxExpressionChoiceTest : WordSpec({

"return in reasonable time for a complex AND expression".config(
blockingTest = true,
timeout = 100.milliseconds
timeout = 150.milliseconds
) {
val expression = "Apache-1.1 AND OFL-1.1 AND Apache-2.0 AND Apache-2.0 AND Artistic-1.0-Perl AND " +
"Artistic-2.0 AND BSD-2-Clause AND BSD-2-Clause-Darwin AND BSD-2-Clause-Views AND BSD-3-Clause AND " +
Expand Down

0 comments on commit 692ffcc

Please sign in to comment.