Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Fix tests by promisifying glob #35

Merged
merged 1 commit into from
Dec 12, 2019
Merged

Fix tests by promisifying glob #35

merged 1 commit into from
Dec 12, 2019

Conversation

leebyron
Copy link
Contributor

The tests were failing on master since 4a23485 replace a resolve() with a return inside a callback to glob. This replaces the call to glob with a promisified version so that the return is in the top level function.

I also bumped the test timeout to 200s since I was getting pretty frequent test timeouts

@jescalan
Copy link
Contributor

🙏🏼my hero!

@jescalan jescalan merged commit 22f48c9 into hashicorp:master Dec 12, 2019
@leebyron leebyron deleted the fix branch December 12, 2019 17:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants