diff --git a/libsyncthing/go/src/github.com/syncthing/syncthing b/libsyncthing/go/src/github.com/syncthing/syncthing index bdd181e..1aad99f 160000 --- a/libsyncthing/go/src/github.com/syncthing/syncthing +++ b/libsyncthing/go/src/github.com/syncthing/syncthing @@ -1 +1 @@ -Subproject commit bdd181e36aaf1a7cc6ac817cea770df1d8e746e6 +Subproject commit 1aad99ff629529c6e68113e83fd5f6398897d6a0 diff --git a/libsyncthing/tests/interfacetests.cpp b/libsyncthing/tests/interfacetests.cpp index 0ef831d..81cbf2b 100644 --- a/libsyncthing/tests/interfacetests.cpp +++ b/libsyncthing/tests/interfacetests.cpp @@ -168,8 +168,8 @@ void InterfaceTests::testRun(const std::function &runFunction) CPPUNIT_ASSERT(testDev2Ready); CPPUNIT_ASSERT(shutDownLogged); - // keep running to check whether we don't crash in the next few seconds - // FIXME: make this test pass, stop Syncthing correctly + // keep running a bit longer to check whether would not crash in the next few seconds + // (could happen if Syncthing's extra threads haven't been stopped correctly) sleep(5); }