safe_nfs hangs after the third test

Continuing the discussion from Failing to build sodiumoxide from source on Windows 8.1 x64:

Now I am having a problem with safe_nfs. It compiles fine, but it hangs after the third test

PS D:\dev\maidsafe\safe_nfs> cargo test
     Running target\debug\safe_nfs-610312eec06446ce.exe

running 23 tests
test file::test::serialise ... ok
test directory_listing::test::serialise ... ok
test directory_listing::directory_info::test::serialise ... ok

You need to use mock routing as real routing is on by default now. So try cargo test --features "use-mock-routing"

1 Like

Okay, got it. It’s working now. Thanks.