eclipse / xtext

Eclipse Xtext™ is a language development framework
http://www.eclipse.org/Xtext
Eclipse Public License 2.0
753 stars 317 forks source link

Investigate why tests timeout on tycho 5 all the time #3073

Open cdietrich opened 1 month ago

cdietrich commented 1 month ago

https://ci.eclipse.org/xtext/job/xtext/job/cd_tycho50/

LorenzoBettini commented 1 month ago

I seem to understand that only happens in JIRO, right? In GitHub Actions, everything looks fine. Could we first try to increase the timeout?

cdietrich commented 1 month ago

I am sure this is never executed in gh action ever

LorenzoBettini commented 1 month ago

Isn't it this one https://github.com/eclipse/xtext/actions/runs/9241471375 ?

cdietrich commented 1 month ago

yes but thats running when i rebase only. maybe the problem is the time the test runs?

cdietrich commented 1 month ago

hmmm

main: 13:05:09 [INFO] org.eclipse.xtend.ide.tests 2.36.0-SNAPSHOT ........ SUCCESS [31:03 min] t50: 23:18:56 [INFO] org.eclipse.xtend.ide.tests 2.35.0-SNAPSHOT ........ FAILURE [30:33 min]

cdietrich commented 1 month ago

maybe also the tycho behaviour changed. anyway i am updating the timeout. lets see what happens

cdietrich commented 1 month ago

seems to have worked. lets observe