mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Fix flaky project spec caused by async service hub
This commit is contained in:
@@ -13,6 +13,9 @@ describe "Project", ->
|
||||
beforeEach ->
|
||||
atom.project.setPaths([atom.project.getDirectories()[0]?.resolve('dir')])
|
||||
|
||||
# Wait for project's service consumers to be asynchronously added
|
||||
waits(1)
|
||||
|
||||
describe "constructor", ->
|
||||
it "enables a custom DirectoryProvider to supersede the DefaultDirectoryProvider", ->
|
||||
remotePath = "ssh://foreign-directory:8080/"
|
||||
|
||||
Reference in New Issue
Block a user