Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
silvae86 committed Nov 10, 2017
1 parent 500e9b6 commit 215b339
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let app;

describe("Metadata Only Project delete", function (done)
{
this.timeout(Config.testsTimeOut);
this.timeout(Config.testsTimeout);
before(function (done)
{
createFilesUnit.setup(function (err, results)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let app;

describe("Private Project delete", function (done)
{
this.timeout(Config.testsTimeOut);
this.timeout(Config.testsTimeout);
before(function (done)
{
createFilesUnit.setup(function (err, results)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ const filesToMove = JSON.parse(JSON.stringify(allFiles)).pop();

describe("[File Cut / Move] [Private project] cutFiles ?paste", function ()
{
this.timeout(Config.testsTimeout);
describe("[Invalid Cases] /project/" + privateProject.handle + "/data/cutFiles?cut", function ()
{
this.timeout(Config.testsTimeOut);

beforeEach(function (done)
{
createFilesUnit.setup(function (err, results)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let app;

describe("Public Project delete", function (done)
{
this.timeout(Config.testsTimeOut);
this.timeout(Config.testsTimeout);
before(function (done)
{
createFilesUnit.setup(function (err, results)
Expand Down
2 changes: 1 addition & 1 deletion test/routes/projects/import/route.projects.import.Test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const projectsData = createProjectsUnit.projectsData;

describe("Import projects", function (done)
{
this.timeout(5 * Config.testsTimeOut);
this.timeout(5 * Config.testsTimeout);

before(function (done)
{
Expand Down

0 comments on commit 215b339

Please sign in to comment.