mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
give gxs grp sync test more time, because of sync and timestamp update cycle times
This commit is contained in:
parent
8f64df02da
commit
b874167785
@ -19,8 +19,8 @@ TEST(libretroshare_gxs, gxs_grp_sync)
|
||||
rs_nxs_test::NxsTestHub tHub(gsync_test);
|
||||
tHub.StartTest();
|
||||
|
||||
// wait for ten seconds
|
||||
rs_nxs_test::NxsTestHub::Wait(10);
|
||||
// wait xx secs, because sync happens every 60sec
|
||||
rs_nxs_test::NxsTestHub::Wait(1.5*60);
|
||||
|
||||
tHub.EndTest();
|
||||
|
||||
@ -36,8 +36,8 @@ TEST(libretroshare_gxs, gxs_grp_sync_delayed)
|
||||
rs_nxs_test::NxsTestHub tHub(gsync_test);
|
||||
tHub.StartTest();
|
||||
|
||||
// wait for ten seconds
|
||||
rs_nxs_test::NxsTestHub::Wait(20);
|
||||
// wait xx secs, because sync happens every 60sec
|
||||
rs_nxs_test::NxsTestHub::Wait(2.5*60);
|
||||
|
||||
tHub.EndTest();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user