diff --git a/modules/desktop_capture/linux/wayland/shared_screencast_stream_unittest.cc b/modules/desktop_capture/linux/wayland/shared_screencast_stream_unittest.cc index 196e1f7972..f4d5351bd9 100644 --- a/modules/desktop_capture/linux/wayland/shared_screencast_stream_unittest.cc +++ b/modules/desktop_capture/linux/wayland/shared_screencast_stream_unittest.cc @@ -28,7 +28,7 @@ using ::testing::Invoke; namespace webrtc { -constexpr TimeDelta kShortWait = TimeDelta::Seconds(2); +constexpr TimeDelta kShortWait = TimeDelta::Seconds(5); constexpr TimeDelta kLongWait = TimeDelta::Seconds(15); constexpr int kBytesPerPixel = 4;