Skip to content

Commit f153aac

Browse files
test: increase the timeout for the image generation test which failed on CI with the previous timeout
1 parent 89745f4 commit f153aac

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

client/src/app/util/__tests__/generateImageSpec.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/test/helper/index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
/**
2-
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3-
* under one or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information regarding copyright
5-
* ownership.
6-
*
7-
* Camunda licenses this file to you under the MIT; you may not use this file
8-
* except in compliance with the MIT License.
9-
*/
10-
1+
/**
2+
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3+
* under one or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information regarding copyright
5+
* ownership.
6+
*
7+
* Camunda licenses this file to you under the MIT; you may not use this file
8+
* except in compliance with the MIT License.
9+
*/
10+
1111
export function insertCSS(name, css) {
1212
if (document.querySelector('[data-css-file="' + name + '"]')) {
1313
return;
@@ -27,4 +27,4 @@ export function insertCSS(name, css) {
2727
}
2828

2929
head.appendChild(style);
30-
}
30+
}

0 commit comments

Comments
 (0)