Skip to content

Commit 3919b97

Browse files
authored
test(api7): fix flaky test (#372)
1 parent dca4cdc commit 3919b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/backend-api7/e2e/support/global-setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const httpClient = axios.create({
99
baseURL: 'https://localhost:7443',
1010
withCredentials: true,
1111
httpsAgent: new Agent({
12+
keepAlive: false,
1213
rejectUnauthorized: false,
1314
}),
1415
});

0 commit comments

Comments
 (0)