In the example app, the following timeout for 6 seconds seems to time out already after 1-2 secs:
final alcoholStep = RPQuestionStep(
identifier: 'alcoholStep',
title: 'When did you last drink alcohol?',
answerFormat: dateAnswerFormat,
autoSkip: true,
// TODO - something is wrong - this step time out after 1-2 secs
timeout: Duration(seconds: 6),
);