diff --git a/tests/integration/integration_suite_test.go b/tests/integration/integration_suite_test.go index 799b33d..ef3e4b1 100644 --- a/tests/integration/integration_suite_test.go +++ b/tests/integration/integration_suite_test.go @@ -50,8 +50,8 @@ var _ = SynchronizedBeforeSuite( execAllocator, cancel := chromedp.NewExecAllocator(context.Background(), append(chromedp.DefaultExecAllocatorOptions[:], chromedp.Flag("disable-dev-shm-usage", true), - chromedp.Flag("no-sandbox", true), - chromedp.WSURLReadTimeout(30*time.Second), + chromedp.NoSandbox, + chromedp.WSURLReadTimeout(40*time.Second), )...) DeferCleanup(cancel) browser, cancel = chromedp.NewContext(execAllocator)