Timeout

BugBug will not immediately fail the test if it can't click an element right away (or do any other interaction or assertion).

By default, it will wait for 30 seconds and reattempt to run the test step and hold until waiting conditions are met. If it was not possible to continue the test after such time, the test will be marked as failed.

Configure global timeout

You configure the timeout waiting time in Project settings.

Increase the timeout if your page is slow or fails in the cloud.

Decrease the default timeout if you don't want to wait 30 seconds for failed tests results.

Increase the timeout for cloud runs if your local runs are passed but cloud runs fail.

Change timeout for individual steps

You can override the timeout for each step separately

Last updated