Skip to content

Commit f8d5128

Browse files
authored
Increase timeout for path and query parameters test
1 parent b0553da commit f8d5128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/article-api/tests/rest-transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('REST transformer', () => {
6363
expect(res.body).toContain('Setting to `application/vnd.github+json` is recommended.')
6464
})
6565

66-
test('Path and query parameters are listed', async () => {
66+
test('Path and query parameters are listed', async () => {,15000)
6767
const res = await get(makeURL('/en/rest/actions/artifacts'))
6868
expect(res.statusCode).toBe(200)
6969

0 commit comments

Comments
 (0)