Skip to content

Commit

Permalink
fix: update time to finish CFS session to finish because gpu images a…
Browse files Browse the repository at this point in the history
…re taking too long:wa
  • Loading branch information
ManuelSopenaBallesteros committed Oct 18, 2024
1 parent b7d991a commit 5a3467c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfs/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ pub mod mesa {
cfs_session_id: &str,
) {
let mut i = 0;
let max = 1800; // Max ammount of attempts to check if CFS session has ended
let max = 3000; // Max ammount of attempts to check if CFS session has ended
loop {
let cfs_session_vec_rslt = cfs::session::mesa::http_client::get(
shasta_token,
Expand Down

0 comments on commit 5a3467c

Please sign in to comment.