Skip to content

Commit a613f11

Browse files
committed
increase integration test timeout
1 parent 8dbb7af commit a613f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/discovery.integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,4 @@ it('getExtraRestDescriptions works for google ads', async () => {
305305
'v10',
306306
'v11',
307307
]);
308-
}, 0); // performs requests to the actual server
308+
}, 30000); // performs requests to the actual server

0 commit comments

Comments
 (0)