mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03: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
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/58478d572f
@ -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…
Reference in New Issue
Block a user