File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1538,6 +1538,7 @@ describe("Rebase", function() {
15381538 } ) ;
15391539
15401540 it ( "can sign commits during the rebase" , function ( ) {
1541+ this . timeout ( 60000 ) ;
15411542 var baseFileName = "baseNewFile.txt" ;
15421543 var ourFileName = "ourNewFile.txt" ;
15431544 var theirFileName = "theirNewFile.txt" ;
@@ -1727,6 +1728,7 @@ describe("Rebase", function() {
17271728 } ) ;
17281729
17291730 it ( "can optionally skip signing commits" , function ( ) {
1731+ this . timeout ( 60000 ) ;
17301732 var baseFileName = "baseNewFile.txt" ;
17311733 var ourFileName = "ourNewFile.txt" ;
17321734 var theirFileName = "theirNewFile.txt" ;
@@ -1919,6 +1921,7 @@ describe("Rebase", function() {
19191921 } ) ;
19201922
19211923 it ( "will throw if commit signing cb returns an error code" , function ( ) {
1924+ this . timeout ( 60000 ) ;
19221925 var baseFileName = "baseNewFile.txt" ;
19231926 var ourFileName = "ourNewFile.txt" ;
19241927 var theirFileName = "theirNewFile.txt" ;
Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ describe("Remote", function() {
318318 } ) ;
319319
320320 it ( "will reject if credentials promise rejects" , function ( ) {
321+ this . timeout ( 60000 ) ;
321322 var repo = this . repository ;
322323 var branch = "should-not-exist" ;
323324 return Remote . lookup ( repo , "origin" )
@@ -387,6 +388,7 @@ describe("Remote", function() {
387388 } ) ;
388389
389390 it ( "cannot push to a repository with invalid credentials" , function ( ) {
391+ this . timeout ( 60000 ) ;
390392 var repo = this . repository ;
391393 var branch = "should-not-exist" ;
392394 return Remote . lookup ( repo , "origin" )
You can’t perform that action at this time.
0 commit comments