Skip to content

Commit

Permalink
test(zoe): try longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 8, 2021
1 parent fce51bc commit f3f9aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ jobs:
# END-RESTORE-BOILERPLATE

- name: yarn test (zoe)
timeout-minutes: 20
run: cd packages/zoe && yarn test
env:
ESM_DISABLE_CACHE: true
3 changes: 1 addition & 2 deletions packages/xsnap/src/avaXS.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* global module require process __filename */
/* avaXS - ava style test runner for XS
Usage:
node -r esm avaXS.js [--debug] test-*.js
*/
/* global __filename */

// @ts-check

Expand Down Expand Up @@ -368,4 +368,3 @@ export function makeBundleResolve(path) {
return path.resolve(seg0, ...pathSegments);
};
}

0 comments on commit f3f9aec

Please sign in to comment.