mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/4.2.0' into develop
commit
4e56f0fff1
|
@ -40,6 +40,7 @@ $input-focus-border-color: #ced4da;
|
||||||
|
|
||||||
$nav-pills-link-active-bg: #F0F0F0;
|
$nav-pills-link-active-bg: #F0F0F0;
|
||||||
$nav-pills-link-active-color: #000;
|
$nav-pills-link-active-color: #000;
|
||||||
|
$nav-link-transition: none;
|
||||||
|
|
||||||
$dropdown-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
$dropdown-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
||||||
$dropdown-border-radius: 3px;
|
$dropdown-border-radius: 3px;
|
||||||
|
|
|
@ -102,7 +102,7 @@ describe('Fast restream in live', function () {
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(120000)
|
this.timeout(120000)
|
||||||
|
|
||||||
const env = { 'PEERTUBE_TEST_CONSTANTS_VIDEO_LIVE_CLEANUP_DELAY': '10000' }
|
const env = { PEERTUBE_TEST_CONSTANTS_VIDEO_LIVE_CLEANUP_DELAY: '10000' }
|
||||||
server = await createSingleServer(1, {}, { env })
|
server = await createSingleServer(1, {}, { env })
|
||||||
|
|
||||||
// Get the access tokens
|
// Get the access tokens
|
||||||
|
|
Loading…
Reference in New Issue