cekit / behave-test-steps

MIT License
0 stars 22 forks source link

run behave-test-steps regression tests / behave-test-steps regression tests (push) Failing after 60m #63

Closed jmtd closed 6 months ago

jmtd commented 6 months ago

https://github.com/cekit/behave-test-steps/actions/runs/8402762923/job/23014316922

We're hitting the 60 minute timeout specified here https://github.com/cekit/behave-test-steps/blob/v1/.github/workflows/ubi9-openjdk-17-runtime.yml#L15

However I think 60 minutes should be more than sufficient (testing that theory here)

jmtd commented 6 months ago

A local run took 19 minutes. I think 60 is a reasonable upper limit. The test PR is currently stalled on the same test as the HEAD failure: Check non-existent path JAVA_APP_DIR (OPENJDK-2034)

jmtd commented 6 months ago

An attempt at removing the test that is freezing in the above two runs: https://github.com/cekit/behave-test-steps/pull/65

I don't think there's anything wrong with the test in question: it's some external factor I think that's a problem, so this may or may not resolve the issue.

jmtd commented 6 months ago

resolved with #65.