Skip to content

Commit 9f14cb3

Browse files
committed
reduced timeout to 2 minutes
1 parent 6ad57bb commit 9f14cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (fs.existsSync(configFile)) {
1717

1818
setTimeout(function(){
1919
process.exit()
20-
}, 600000)
20+
}, 120000)
2121

2222
const { config, sources, crud } = CoCreateConfig;
2323

0 commit comments

Comments
 (0)