mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-09 22:05:43 -05: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
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue