Skip to content

Commit

Permalink
set timeout for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Rodriguez committed Sep 21, 2023
1 parent 97afdd6 commit 725c63f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,12 @@ export const PipelineExecutions = ({
endDate: dateRange.end,
});

setTimeout(() => {
console.log('setting timeout');
}, 40000);

setIsRequestInProgress(false);
console.log("request completed.");
console.log("request completed");

setExecutions(resp);
setFilteredExecutions(filterExecutions(resp));
Expand Down

0 comments on commit 725c63f

Please sign in to comment.