Skip to content

Commit bb757a6

Browse files
authored
Increase timeout for Chrome startup to 60s (#869)
1 parent 5267cd7 commit bb757a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openam-ui/openam-ui-ria/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module.exports = function (config) {
4545
"--disable-setuid-sandbox"]
4646
}
4747
},
48-
singleRun: false
48+
singleRun: false,
49+
browserNoActivityTimeout: 60000
4950
});
5051
};

0 commit comments

Comments
 (0)