mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:17:45 +00:00
headless-browser: Bump test timeout from 5s to 15s
We're seeing occasional timeouts on the very first test when running on CI. Let's try giving it more time to see if it goes away. :^)
This commit is contained in:
parent
52956d355c
commit
58478d572f
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ enum class TestMode {
|
|||
Text,
|
||||
};
|
||||
|
||||
static ErrorOr<String> run_one_test(HeadlessWebContentView& view, StringView input_path, StringView expectation_path, TestMode mode, int timeout_in_milliseconds = 5000)
|
||||
static ErrorOr<String> run_one_test(HeadlessWebContentView& view, StringView input_path, StringView expectation_path, TestMode mode, int timeout_in_milliseconds = 15000)
|
||||
{
|
||||
Core::EventLoop loop;
|
||||
bool did_timeout = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue