daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit 05b0d590bc16cf05a0f5341b3c1118fcdd58437b
parent 1ec791c78d3892b5e9815357761cf9da049d8dd0
Author: Marcel <mtrnord1@gmail.com>
Date:   Sat, 11 Jul 2020 21:39:38 +0200

Increase timeout for cypress

Took 2 minutes

Diffstat:
M.github/workflows/tests.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml @@ -14,6 +14,8 @@ jobs: with: browser: chrome command: npm run test + env: + WAIT_ON_TIMEOUT: 600000 - run: | mkdir -p cypress/screenshots mkdir -p cypress/videos