Skip to content

Commit

Permalink
test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Sep 17, 2023
1 parent 7329950 commit 2353e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { fetchSpans } = require('./simple-fetch.js')
const simpleFetch = require('./simple-fetch.js')
const testServer = require('./test-server.js')

const WAIT_TIME = process.env.GITHUB_ACTIONS ? 5_000 : 0
const WAIT_TIME = process.env.GITHUB_ACTIONS ? 2_500 : 0
const WAIT_FOR_SPAN_PROCESSING = () => new Promise((resolve) => setTimeout(resolve, WAIT_TIME))

describe('Tracing', () => {
Expand Down

0 comments on commit 2353e8d

Please sign in to comment.