File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 test-release :
1111
12- runs-on : tobbe -nuc-stardom
12+ runs-on : stardom -nuc
1313
1414 steps :
1515 - uses : actions/checkout@v2
3030
3131 test-debug :
3232
33- runs-on : tobbe -nuc-stardom
33+ runs-on : stardom -nuc
3434
3535 steps :
3636 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ include(ExternalProject)
2222ExternalProject_Add(project_rist
2323 CONFIGURE_COMMAND ""
2424 GIT_REPOSITORY https://code.videolan.org/rist/librist.git
25- GIT_TAG v0.2.6
25+ GIT_TAG v0.2.7
2626 SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /rist
2727 BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR} /rist
2828 BUILD_COMMAND mkdir -p ${CMAKE_CURRENT_SOURCE_DIR} /rist/build && cd ${CMAKE_CURRENT_SOURCE_DIR} /rist/build && meson -Dbuiltin_cjson=true --default-library=static .. && ninja
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ A static RIST C++ wrapper library
4444
4545The rist-cpp > RISTNet class is divided into Receiver/Sender. The Receiver/Sender creation and configuration is detailed below.
4646
47- ** Reciever :**
47+ ** Receiver :**
4848
4949``` cpp
5050
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const std::string kValidPsk = "Th1$_is_4n_0pt10N4L_P$k";
99const std::string kInvalidPsk = " Th1$_is_4_F4k3_P$k" ;
1010
1111const std::chrono::seconds kConnectTimeout = std::chrono::seconds(2 );
12- const std::chrono::seconds kDisconnectTimeout = std::chrono::seconds(10 );
12+ const std::chrono::seconds kDisconnectTimeout = std::chrono::seconds(20 );
1313const std::chrono::seconds kReceiveTimeout = std::chrono::seconds(2 );
1414
1515class TestFixtureReceiver : public ::testing::Test {
You can’t perform that action at this time.
0 commit comments