kopia lustrzana https://github.com/c9/core
Increase vfs test timeout
rodzic
4ce73bdc9a
commit
3f593d81b0
|
@ -3,10 +3,13 @@
|
||||||
"use server";
|
"use server";
|
||||||
"use mocha";
|
"use mocha";
|
||||||
|
|
||||||
|
require("c9/inline-mocha")(module);
|
||||||
|
|
||||||
var expect = require('chai').expect;
|
var expect = require('chai').expect;
|
||||||
|
|
||||||
describe('vfs-local', function () {
|
describe('vfs-local', function () {
|
||||||
|
this.timeout(5000);
|
||||||
|
|
||||||
var root = __dirname + "/mock2/";
|
var root = __dirname + "/mock2/";
|
||||||
var base = root.substr(0, root.length - 1);
|
var base = root.substr(0, root.length - 1);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue