Skip to content

Commit 2adaee6

Browse files
committed
Remove timeout from RC client Id test
1 parent 5502823 commit 2adaee6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/dd-trace/test/remote-config/rc-client_id.spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ describe('Remote config client id', () => {
1111
let axios, sandbox, cwd, appFile
1212

1313
before(async function () {
14-
this.timeout(process.platform === 'win32' ? 90000 : 30000)
15-
1614
sandbox = await createSandbox(
1715
['express'],
1816
false,
@@ -24,7 +22,6 @@ describe('Remote config client id', () => {
2422
})
2523

2624
after(async function () {
27-
this.timeout(60000)
2825
await sandbox.remove()
2926
})
3027

0 commit comments

Comments
 (0)