Skip to content

Commit 17844db

Browse files
Increase timeout
Increase timeout to build solution to 3 minutes.
1 parent ac3a0df commit 17844db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ describe('aspnet-oauth:app', () => {
149149
const configuration = 'Release';
150150

151151
before(async function () {
152-
this.timeout(120000);
152+
this.timeout(180000);
153153

154154
// Clone the providers repository to add the project to
155155
const clone = spawnSync(

0 commit comments

Comments
 (0)