Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/test/resources/junit-platform.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

junit.jupiter.execution.timeout.test.method.default = 3s
# @todo #107:45min Configure default timeout for tests running on windows to 10s and 3s on other platforms.
# Currently, it fails with the 3s timeout on windows platform. Let's try to configure
# test default timeout exclusively for windows, and keep 3s for other platforms.
junit.jupiter.execution.timeout.test.method.default = 10s
Loading