Skip to content

The timeout in an RPQuestionStep seems to time out too early #109

@bardram

Description

@bardram

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),
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions