Skip to content

Commit

Permalink
Revert "wall clock time buffer"
Browse files Browse the repository at this point in the history
This reverts commit 480fc09.
  • Loading branch information
spoltier committed Apr 17, 2024
1 parent d3de3cf commit 38c4bb2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions inst/unitTests/runit.dataframeConversion.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ test.dataframeConversion <- function() {

# built-in dataset swiss
testDataFrame(swiss)
}
else {
Sys.sleep(1.5)
}

# custom test dataset
Expand Down
3 changes: 0 additions & 3 deletions inst/unitTests/runit.writeAndReadNamedRegion.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ test.writeAndReadNamedRegion <- function() {
# built-in dataset swiss (*.xlsx)
testDataFrame(wb.xlsx, swiss, "$M$2")
}
else {
Sys.sleep(1.5)
}

# custom test dataset
cdf <- data.frame(
Expand Down
2 changes: 0 additions & 2 deletions inst/unitTests/runit.writeAndReadWorksheet.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ test.workbook.writeAndReadWorksheet <- function() {
testDataFrame(wb.xls, swiss, 4, 4)
# built-in dataset swiss (*.xlsx)
testDataFrame(wb.xlsx, swiss, 4, 4)
} else {
Sys.sleep(1.5)
}

# custom test dataset
Expand Down
2 changes: 0 additions & 2 deletions inst/unitTests/runit.writeNamedRegionToFile.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ test.writeNamedRegionToFile <- function() {
testDataFrame(file.xls, swiss)
# built-in dataset swiss (*.xlsx)
testDataFrame(file.xlsx, swiss)
} else {
Sys.sleep(1.5)
}

# custom test dataset
Expand Down
2 changes: 0 additions & 2 deletions inst/unitTests/runit.writeWorksheetToFile.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ test.writeWorksheetToFile <- function() {
testDataFrame(file.xls, swiss)
# built-in dataset swiss (*.xlsx)
testDataFrame(file.xlsx, swiss)
} else {
Sys.sleep(1.5)
}

# custom test dataset
Expand Down

0 comments on commit 38c4bb2

Please sign in to comment.