Skip to content
Snippets Groups Projects
Commit 7e2ca56f authored by jvfpw18's avatar jvfpw18
Browse files

Increase Timeout

parent 5e66972b
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
```bash ```bash
$ npm install $ npm install
``` ```
#### Se não tiver npx instalado:
```bash
$ sudo npm install -g npx
```
### Rodando os tests através da GUI: ### Rodando os tests através da GUI:
......
{ {
"baseUrl": "http://simcaq.c3sl.ufpr.br/", "baseUrl": "http://simcaq.c3sl.ufpr.br/",
"integrationFolder": "./tests", "integrationFolder": "./tests",
"execTimeout": 60000, "execTimeout": 80000,
"taskTimeout": 60000, "taskTimeout": 80000,
"defaultCommandTimeout": 20000, "defaultCommandTimeout": 40000,
"pageLoadTimeout": 200000, "pageLoadTimeout": 400000,
"responseTimeout": 50000, "responseTimeout": 100000,
"requestTimeout": 50000 "requestTimeout": 100000
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment