Skip to content

Commit 0ad4b6b

Browse files
committed
Testing
1 parent 576328e commit 0ad4b6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ references:
2424
branches:
2525
only:
2626
- main
27+
- t3555-export
2728
tags:
2829
ignore:
2930
- /.*/

__tests__/feature/newResourceTemplate.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ describe("creating new resource template ", () => {
1616
await screen.findByText("Resource template", {
1717
selector: resourceHeaderSelector,
1818
})
19-
}, 15000)
19+
}, 25000)
2020
})

0 commit comments

Comments
 (0)