diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-07-30 00:07:16 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-30 00:40:07 +0200 |
commit | 5ef077840f5d0ce24e16404e7cbaf6d8fa25226f (patch) | |
tree | f45aa050455b6d795d910b61e502b2ee2ff39c3a /tests/ui-regression/config.js | |
parent | d40f26b4c5ae80a28929d7bccc7ee92b3a961f3c (diff) | |
download | nextcloud-server-5ef077840f5d0ce24e16404e7cbaf6d8fa25226f.tar.gz nextcloud-server-5ef077840f5d0ce24e16404e7cbaf6d8fa25226f.zip |
Improve test duration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Reincrement network idle to 3 s
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests/ui-regression/config.js')
-rw-r--r-- | tests/ui-regression/config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui-regression/config.js b/tests/ui-regression/config.js index bb0f20240b8..c40efd722d7 100644 --- a/tests/ui-regression/config.js +++ b/tests/ui-regression/config.js @@ -31,7 +31,6 @@ module.exports = { {title: 'normal', w: 1024, h: 768}, {title: 'wide', w: 1920, h: 1080}, {title: 'qhd', w: 2560, h: 1440}, - {title: 'uhd', w: 3840, h: 2160}, ], /** |