Skip to content

Commit

Permalink
test(portable-text-editor): increase timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Sep 13, 2023
1 parent 112a46a commit a94680b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ const DEBUG = process.env.DEBUG || false

// Wait this long for selections to appear in the browser
// This should be set high to support slower host systems.
const SELECTION_TIMEOUT_MS = 2000
const SELECTION_TIMEOUT_MS = 5000

// How long to wait for a new revision to come back to the client(s) when patched through the server.
// This should be set high to support slower host systems.
Expand Down

2 comments on commit a94680b

@vercel
Copy link

@vercel vercel bot commented on a94680b Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio.sanity.build
performance-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on a94680b Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.