Skip to content

Commit

Permalink
chore: increase timeout in tests (#2984)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas authored Jul 22, 2021
1 parent 4bc92c6 commit 9af4d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/serving-functions-go.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { withSiteBuilder } = require('./utils/site-builder')

const WAIT_INTERVAL = 1800
const WAIT_TIMEOUT = 30000
const WAIT_WRITE = 1000
const WAIT_WRITE = 3000

test('Updates a Go function when a file is modified', async (t) => {
const goSource = `
Expand Down
2 changes: 1 addition & 1 deletion tests/serving-functions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const testName = (title, args) => (args.length <= 0 ? title : `${title} - ${args

const WAIT_INTERVAL = 1800
const WAIT_TIMEOUT = 30000
const WAIT_WRITE = 1000
const WAIT_WRITE = 3000

const gotCatch404 = async (url, options) => {
try {
Expand Down

1 comment on commit 9af4d94

@github-actions
Copy link

Choose a reason for hiding this comment

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

📊 Benchmark results

Package size: 331 MB

Please sign in to comment.