You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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),
);
The text was updated successfully, but these errors were encountered:
In the example app, the following timeout for 6 seconds seems to time out already after 1-2 secs:
The text was updated successfully, but these errors were encountered: