Skip to content

Timeouts

Tests execution timeout#

You can specify total tests execution time to prevent long execution time. Measured in minutes.

By default, this timeout is 60 minutes.

If you want to change default time, set value to executionTimeout field:

tests:
    executionTimeout: 10
    #...

Single test timeout#

Additionally, you can set execution timeout for each test. Measured in seconds.

By default, this timeout is 60 seconds.

tests:
    configurations:
        #...
    testTimeout: 20