Skip to content

Commit e5b5f60

Browse files
committed
Increase timeout for httpClient tests
1 parent badacc2 commit e5b5f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/httpClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import assert from 'assert';
33
import { HttpClient } from '../src/httpClient';
44

55
describe('httpClient tests', () => {
6-
jest.setTimeout(10000);
6+
jest.setTimeout(20000);
77

88
const client = new HttpClient();
99

0 commit comments

Comments
 (0)