RFR: 7903863: Feature Tests - Adding five JavaTest GUI legacy automated test scripts [v3]

Golla Yadav duke at openjdk.org
Wed Oct 16 16:07:30 UTC 2024


On Wed, 16 Oct 2024 13:01:35 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:

> Is there a waiting period of 10 seconds here ?

Yes, It is required because it waits for 10 sec by default.

public Waiter() {
            this(true, 10000, 100);
}

-------------

PR Review Comment: https://git.openjdk.org/jtharness/pull/87#discussion_r1803411101


More information about the jtharness-dev mailing list