summaryrefslogtreecommitdiff
path: root/Rx/v2/test/sources/interval.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/test/sources/interval.cpp')
-rw-r--r--Rx/v2/test/sources/interval.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Rx/v2/test/sources/interval.cpp b/Rx/v2/test/sources/interval.cpp
index 49d68e2..ae1a149 100644
--- a/Rx/v2/test/sources/interval.cpp
+++ b/Rx/v2/test/sources/interval.cpp
@@ -7,7 +7,7 @@ namespace rxsc=rxcpp::schedulers;
#include "catch.hpp"
-SCENARIO("schedule_periodically", "[hide][periodically][scheduler][long][perf]"){
+SCENARIO("schedule_periodically", "[hide][periodically][scheduler][long][perf][sources]"){
GIVEN("schedule_periodically"){
WHEN("the period is 1sec and the initial is 2sec"){
using namespace std::chrono;
@@ -29,7 +29,7 @@ SCENARIO("schedule_periodically", "[hide][periodically][scheduler][long][perf]")
}
}
-SCENARIO("schedule_periodically by duration", "[hide][periodically][scheduler][long][perf]"){
+SCENARIO("schedule_periodically by duration", "[hide][periodically][scheduler][long][perf][sources]"){
GIVEN("schedule_periodically_duration"){
WHEN("the period is 1sec and the initial is 2sec"){
using namespace std::chrono;
@@ -72,7 +72,7 @@ SCENARIO("schedule_periodically by duration", "[hide][periodically][scheduler][l
}
}
-SCENARIO("intervals", "[hide][periodically][interval][scheduler][long][perf]"){
+SCENARIO("intervals", "[hide][periodically][interval][scheduler][long][perf][sources]"){
GIVEN("10 intervals of 1 seconds"){
WHEN("the period is 1sec and the initial is 2sec"){
using namespace std::chrono;