Skip to content

Commit 85722d6

Browse files
authored
Merge pull request #213 from h1alexbel/212
bug(#212): puzzle for windows timeouts
2 parents 26393c5 + 79bf5b3 commit 85722d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/resources/junit-platform.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

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

0 commit comments

Comments
 (0)