hpi-swa-lab / SqueakByExample-english

An introductory book about the Squeak/Smalltalk programming system, guiding students and developers through the environment, language, tools, and the Morphic framework by means of a series of examples and exercises.
https://www.lulu.com/shop/patrick-rein-and-christoph-thiede/squeak-by-example-60/paperback/product-8vr2j2.html
Other
24 stars 6 forks source link

Monticello figure (`SBE-apb.png`) fails sporadically #132

Open LinqLover opened 1 year ago

LinqLover commented 1 year ago

Sometimes the Accept button is not found. Since I could not reproduce the issue locally, I placed an ugly debugging hack in the figure script (https://github.com/hpi-swa-lab/SqueakByExample-english/pull/119/commits/6faf70044b77e3cbec11d684f586e4d1c10d0996) that will allow us to understand the issue as it occurs again.

LinqLover commented 1 year ago

Again:

LinqLover commented 1 year ago

Maybe we would just need to increase the <timeout: ...> for this series. However, without any flake metric for the tests (could be retrieved from the CI logs using the GitHub API), this feels like a shot in the dark.