Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Sep 27, 2022
1 parent 576328e commit 0ad4b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ references:
branches:
only:
- main
- t3555-export
tags:
ignore:
- /.*/
Expand Down
2 changes: 1 addition & 1 deletion __tests__/feature/newResourceTemplate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ describe("creating new resource template ", () => {
await screen.findByText("Resource template", {
selector: resourceHeaderSelector,
})
}, 15000)
}, 25000)
})

0 comments on commit 0ad4b6b

Please sign in to comment.