We use regtest with zvm in dumb-terminal mode, as that is the most reliable way to just grind over the test suite in a makefile on a wide variety of systems. We're using PunyInform, and it seems the default prompt when you win a game triggers a bit of a timeout at https://github.com/erkyrath/plotex/blob/master/regtest.py#L552-L558
> s
*** You have won ***
In that game you scored 131 out of a possible 131, in 80 turns, earning you the rank of Amateur Larcenist.
Would you like to RESTART, RESTORE, give the FULL score for that game or QUIT?
We use regtest with zvm in dumb-terminal mode, as that is the most reliable way to just grind over the test suite in a makefile on a wide variety of systems. We're using PunyInform, and it seems the default prompt when you win a game triggers a bit of a timeout at https://github.com/erkyrath/plotex/blob/master/regtest.py#L552-L558